Introduction to the source
Updated 02 Mar 2001
|
Upper levels: - QuArK Information Base - 4. The Source Code |
4.3. Introduction to the source |
[ | - - ]
Index |
Delphi for C(++) programmers |
Tiglari - 02 Mar 2001 | [ Top ] |
Delphi is an system built on Object Pascal. The difference between O.P. and C++ is mostly syntax, but there are some substantive matters:
|
Delphi Per Se |
Tiglari - 02 Mar 2001 | [ Top ] |
The basic idea of delphi is 'components'. These are modules that are installed into the IDE (by a command like Component|Install), where they appear as icons on as 'component palette'. Installed components can be clicked on and dropped into forms, or they can be invoked 'texturally' just by naming them in the declarings of a module. There are squillions of components available on the internet, free, share & commercial. It seems to work well (about as smooth as PERL modules, modulo the advantages of the visual IDE). As delphi versions increment, the IDE gets more sophisticated, but if you start with delphi v2 (occasionally available for free from various sources), the shift to v5 (current) is not daunting. I think I like it better than Borland C++ 4 or DevStudio 5. |
French-to-English lexicon |
Tiglari / Armin - 02 Mar 2001 | [ Top ] |
Aucun - none Ajouter - to add Charger - to load Dans - in (SuivantDansGroupe = following in group) Deplacer - to move Enfant - child Enregistrer - to save Entete - header Etat - state (TEtatObjet = object state type) Fichier - file Frere - brother (ModifeFrere = brother modified) Lien - link (LienFichierQObject = File Link QObject) Lire - to read Modifier - to modify Ouvrir - to open Retirer - to remove SousElement - sub-element (Sous = under) SousSelVide - empty sub-selection Suivant - following (SuivantDansGroupe = following in group) SurDisque - on-disk (Sur = on, over) Tout, Toute - all Taille - size Vide - empty |
GNU General Public License by The QuArK (Quake Army Knife) Community - http://www.planetquake.com/quark |
[ Top - ] | -